Appliance Networking Firewall Inbound Rule

Appliance Networking Firewall Inbound Rule
Appliance Networking Firewall Inbound Rule

Appliance Networking Firewall Inbound Rule schema Structure that defines a single address-based firewall rule.

This schema was added in vSphere API 6.7.1.

JSON Example
{
    "address": "string",
    "prefix": 0,
    "policy": "string",
    "interface_name": "string"
}
string
address
Required

IPv4 or IPv6 address.

This property was added in vSphere API 6.7.1.

integer As int64 As int64
prefix
Required

CIDR prefix used to mask address. For example, an IPv4 prefix of 24 ignores the low-order 8 bits of address.

This property was added in vSphere API 6.7.1.

string
policy
Required

The allow or deny policy of this rule.

For more information see: Appliance Networking Firewall Inbound Policy.

This property was added in vSphere API 6.7.1.

string
interface_name
Optional

The interface to which this rule applies. An empty string indicates that the rule applies to all interfaces.

This property was added in vSphere API 6.7.1.